AssetWise CONNECT Edition Implementation Guide

Accessing Data Warehouse Information

The data warehouse endpoint address is in the following format:

http://<application_server>/eB/Service/OData/<warehouse_name>/entity where <application_server> is the name of your AssetWise application server, and <warehouse_name> is the name of the warehouse.

Basic authentication is currently supported and when accessing the data warehouse for the first time, login credentials is required. Enter your AssetWise username and password to be authenticated.

In order to access the metadata of the data warehouse, you must enter the following URL http://<application_server>/eB/Service/OData/<warehouse_name>/, where <application_server> is the name of your AssetWise application server and <warehouse_name> is the name of the data warehouse, and all exposed entities that are available to be used for data consumption are displayed.

Querying the warehouse for information is accomplished using the standard OData queries. For more information refer to the OData.org website.